Package com.getsensibill.sensibillauth

Types

SensibillAuth
Link copied to clipboard
interface SensibillAuth
Interface that defines the properties of SensibillAuth Objects.
SensibillAuthBuilder
Link copied to clipboard
class SensibillAuthBuilder(context: Context, environment: DefaultEnvironment, oauthSettings: OAuthSettings)
Builder used to build an instance of SensibillAuth.
SensibillUser
Link copied to clipboard
class SensibillUser(tokenType: String?, accessToken: String?, refreshToken: String?, tokenId: String?, expiresIn: Int?, refreshExpiresIn: Int?, mAccessId: String) : Serializable
Class that defines the Authentication properties of a Sensibill User